home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / date.lha / Date / Oberon / Readme < prev    next >
Encoding:
Text File  |  1995-02-01  |  576 b   |  30 lines

  1. This is the Oberon version compiled with Oberon-2 V3.11 and V40.xx includes.
  2.  
  3. Hmm there is a bug in the compiler or a mistake of mine about the language!
  4. It does the following:
  5.  
  6. PROCEDURE GEP(year : INTEGER) : SHORTINT;
  7. .
  8. .
  9. .
  10. .
  11. VAR
  12.   m : SHORTINT;
  13.  
  14. BEGIN
  15.   m := 30 - GEP(1994);
  16. .
  17. .
  18. .
  19.  
  20. So at runtime there comes a message from the runtime-system like:
  21. unknown instruction
  22.  
  23. You could test this with the option 45 in the test programm!
  24.  
  25.  
  26.  
  27. This is version 33.089 from the 30.11.1994.
  28. Development only goes on for the C version
  29. (until there is a real need for the Oberon version)!
  30.